how to change progress tag bar color in html

53

how to change progress tag bar color in html -

progress::-moz-progress-bar { background: black; }
progress::-webkit-progress-value { background: black; }
progress { color: black; }

Comments

Submit
0 Comments